home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETLM56.IN_ / netlm56.inf
Encoding:
INI File  |  2003-03-24  |  2.4 KB  |  81 lines

  1. ; NETLM56.INF
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4.  
  5. [Version]
  6. LayoutFile = layout.inf
  7. Signature  = "$Windows NT$"
  8. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. Class      = Net
  10. Provider   = %MSFT%
  11. DriverVer=10/01/2002,5.0.2128.1
  12.  
  13. [Manufacturer]
  14. %Mfabc%=Mfabc
  15.  
  16. [ControlFlags]
  17. ExcludeFromSelect = *
  18.  
  19. [Mfabc]
  20. %MfabcA%=PCMLM56.ndi,MF\PCMLM56_DEV1
  21.  
  22.  
  23. [PCMLM56.ndi.NT]
  24. Characteristics = 0x84
  25. BusType         = 8
  26. AddReg          = common.reg, PCMLM56.ndi.registry
  27. CopyFiles       = PCMLM56.ndis5.CopyFiles
  28.  
  29. [PCMLM56.ndi.NT.Services]
  30. AddService = PCMLM56, 2, PCMLM56.Service, PCMLM56.AddEventLog
  31.  
  32. [common.reg]
  33. HKR, Ndi\params\ConnectionType,               ParamDesc,  0, %ConnectionType%
  34. HKR, Ndi\params\ConnectionType,               default,    0, "5"
  35. HKR, Ndi\params\ConnectionType,               type,       0, "enum"
  36. HKR, Ndi\params\ConnectionType\enum,          0,          0, %10HD%
  37. HKR, Ndi\params\ConnectionType\enum,          2,          0, %10FD%
  38. HKR, Ndi\params\ConnectionType\enum,          4,          0, %100HD%
  39. HKR, Ndi\params\ConnectionType\enum,          5,          0, %AutoSense%
  40. HKR, , ConnectionType, 0, "5"
  41.  
  42. [PCMLM56.ndi.registry]
  43. HKR, Ndi,               Service,    0, "PCMLM56"
  44. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  45. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  46. HKR,               ,    Pcmcia    , 0, "2"
  47.  
  48. [PCMLM56.Service]
  49. DisplayName     =   %PCMLM56.Service.DispName%
  50. ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
  51. StartType       =   3 ;%SERVICE_AUTO_START%
  52. ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
  53. ServiceBinary   =   %12%\PCMLM56.sys
  54. LoadOrderGroup  =   NDIS
  55.  
  56. [PCMLM56.AddEventLog]
  57. AddReg = PCMLM56.AddEventLog.reg
  58.  
  59. [PCMLM56.AddEventLog.reg]
  60. HKR, ,   EventMessageFile,  0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  61. HKR, ,   TypesSupported,    0x00010001, 7
  62.  
  63. [PCMLM56.ndis5.CopyFiles]
  64. pcmlm56.sys,,,2
  65.  
  66. [DestinationDirs]
  67. DefaultDestDir = 12
  68.  
  69. [Strings]
  70. MSFT                    = "Microsoft"
  71. Mfabc                   = "Linksys"
  72.  
  73. ConnectionType          = "Connection Type"
  74. AutoSense               = "Auto Sense"
  75. 100HD                   = "100Mbps"
  76. 10HD                    = "10Mbps"
  77. 10FD                    = "10Mbps Full Duplex"
  78.  
  79. MfabcA="Linksys EtherFast 10&100 + 56K PC Card (PCMLM56) (LAN)"
  80. PCMLM56.Service.DispName ="Linksys EtherFast 10&100 + 56K PC Card (PCMLM56) Device Driver"
  81.